home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / Plotfoil 3.2 / editfoil.h < prev    next >
Text File  |  1996-09-18  |  1KB  |  37 lines

  1. /*
  2.  * Copyright 1992 Shamim P. Mohamed
  3.  *
  4.  * This program is free software; you can redistribute it and/or modify
  5.  * it under the terms of the GNU General Public License as published by
  6.  * the Free Software Foundation; either version 2 of the License, or
  7.  * (at your option) any later version.
  8.  *
  9.  * This program is distributed in the hope that it will be useful,
  10.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  * GNU General Public License for more details.
  13.  *
  14.  * You should have received a copy of the GNU General Public License
  15.  * along with this program; if not, write to the Free Software
  16.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  *
  18.  * Author:
  19.  * shamim@math.isu.edu
  20.  * Shamim Mohamed
  21.  * Dept. of Mathematics
  22.  * Idaho State University
  23.  *
  24.  */
  25.  
  26. #include "config.h"
  27. #include <stdio.h>
  28. #include <stdlib.h>
  29. #include <string.h>
  30. #include <ctype.h>
  31. #include <math.h>
  32.  
  33. #include "foil_lib.h"
  34. #include "lib.h"
  35.  
  36. static void edit(airfoil_data_t *new, airfoil_data_t *old, float t, float c);
  37.